All Questions
2 questions
1vote
0answers
190views
Location specific caching for read-heavy data (server architecture)
This project will serve many duplicate requests with location-specific answers. I.e. 10,000 people in New York will all get the same server response (a list of businesses in New York), but one person ...
0votes
1answer
840views
Tags DB structure - tags table using one join and GROUP BY, or pivot (join) table using two joins?
I'm implementing tags into my question and answer application. Users will be limited to the tags available by the app, so they can't choose their own. So maybe only 30-50 tags will be available. This ...